ArcFM Engine Developer Guide
LazyInit<T> Constructor


The value initializer delegate.
Initializes a new instance of the LazyInit<T> struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal init As InitializerDelegate(Of T) _
)
'Usage
 
Dim init As InitializerDelegate(Of T)
 
Dim instance As New LazyInit(Of T)(init)
public LazyInit<T>( 
   InitializerDelegate<T> init
)

Parameters

init
The value initializer delegate.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LazyInit<T> Structure
LazyInit<T> Members

 

 


Send Comment